Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAK-50675 portal remove widgets from profile sidebar #13012

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adrianfish
Copy link
Contributor

@adrianfish adrianfish force-pushed the SAK-50675 branch 2 times, most recently from 6e2988b to b7e6ca5 Compare November 10, 2024 12:26
@ern ern changed the title SAK-50675 portal Remove widgets from profile sidebar SAK-50675 portal remove widgets from profile sidebar Nov 12, 2024
@@ -58,18 +45,17 @@
"format" : [#foreach( $format in $mathJaxFormat )"${format}",#end]
},
toolTitles : {#foreach ($entry in $toolTitles.entrySet())"$entry.key": "$entry.value",#end},
notifications: { pushEnabled: $!notificationsPushEnabled, debug: $!debugNotifications },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think those 2 variables are referenced at SkinnableCharonPortal and nowhere else, they could be removed too?

@ern
Copy link
Contributor

ern commented Nov 12, 2024

Waiting for T&L to respond in this removal

@@ -1029,8 +1027,6 @@ public PortalRenderContext startPageContext(String siteType, String title, Strin

rcontext.put("notificationsPushEnabled", notificationsPushEnabled);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this one is still left

Plus a couple properties:

  • portal.title.shortdescription.show
  • portal.notifications.push.enabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants